home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / memsize.zip / ENGLISH.IPF < prev    next >
Text File  |  1995-01-04  |  6KB  |  152 lines

  1. #include "memsize.h"
  2. :userdoc.
  3. :title.'System Resources' Help
  4. :body.
  5.  
  6. :h1 res=ID_MAIN.Introduction
  7. :i1.Introduction
  8. :artwork name='memsize.bmp' align=center.
  9. :p.
  10. This program displays several items related to system resources,
  11. and updates the display once per second, providing it is given
  12. CPU time to do so.  The items displayed are:
  13. :p.
  14. :hp2.Date/Time:ehp2. - The current date and time, in the format called for
  15. in the default country information for your system, as specified in
  16. the COUNTRY= entry of your CONFIG.SYS file.
  17. :p.
  18. :hp2.Elapsed Time:ehp2. - The elapsed time since the computer
  19. was last restarted.
  20. :p.
  21. :hp2.Available Memory:ehp2. - The amount of system memory
  22. available, according to the :hp1.DosMemAvail:ehp1. function.
  23. Under OS/2 2.0, the true amount of unused physical memory is reported,
  24. or 512K, whichever is larger.
  25. :p.
  26. :hp2.Swap File Size:ehp2. - The current size of the system
  27. virtual memory swap file, SWAPPER.DAT.
  28. To locate the file, the file CONFIG.SYS is scanned for its SWAPPATH entry.
  29. That entry provides the full name of the swap-file's directory and
  30. indicates the minimum free space that must be left on the swap-file's
  31. disk drive.
  32. :p.
  33. :hp2.Available Swap Space:ehp2. - The amount of free disk space on the
  34. logical disk drive where the system swap file resides, less the mininum
  35. free space.  This is how much more the swap file could expand, if necessary.
  36. :p.
  37. :hp2.Spool File Size:ehp2. - The amount of disk space consumed by spool files.
  38. :p.
  39. :hp2.CPU Load (%):ehp2. - The approximate percentage of the CPU's available
  40. horsepower that's being used at the moment.  It is averaged over the previous
  41. second.
  42. :note.This function and PULSE do not get along with each other.
  43. :p.
  44. :hp2.Active Task Count:ehp2. - The number of entries in the system switch list,
  45. which is the list displayed when you press CTRL+ESC.
  46. :note.Not all entries in the system switch list are displayed in the
  47. Window List.  Some are marked for non-display.
  48. :p.
  49. :hp2.Total Free Disk Space:ehp2. - The amount of free space on all the
  50. non-removable disks combined.
  51. :p.
  52. :hp2.Drive X Free:ehp2. - The amount of free space on drive X.
  53. :p.
  54. The help facility is active, as you've already seen, and those program
  55. commands that exist may be accessed via the window's system menu.  The
  56. following commands are available:
  57. :sl compact.
  58. :li.:hpt.Save Defaults:ehpt.:hdref res=IDM_SAVE_APPLICATION.
  59. :li.:hpt.Reset Defaults:ehpt.:hdref res=IDM_RESET_DEFAULTS.
  60. :li.:hpt.Hide Controls:ehpt.:hdref res=IDM_HIDE_CONTROLS.
  61. :li.:hpt.Configure...:ehpt.:hdref res=IDM_CONFIGURE.
  62. :li.:hpt.About:ehpt.:hdref res=IDM_ABOUT.
  63. :esl.:p.
  64. In addition to those features already described, this program accepts
  65. commands from the OS/2 2.0 Font and Color Palette programs.
  66.  
  67. :h1 res=IDM_SAVE_APPLICATION.Save Defaults (Menu Option)
  68. :i1.Save Defaults (Menu Option)
  69. When you select this menu option, the program saves its current position
  70. and the status of the Hide Controls option.  The next time the program
  71. is started, it will be started with that position and with the controls
  72. hidden (or not) according to the saved state.
  73. :p.
  74. The short-cut key for this command is F2.
  75.  
  76. :h1 res=IDM_RESET_DEFAULTS.Reset Defaults (Menu Option)
  77. :i1.Reset Defaults (Menu Option)
  78. Selecting this menu option will reset the program's font and color
  79. attributes to their default values.
  80.  
  81. :h1 res=IDM_HIDE_CONTROLS.Hide Controls (Menu Option)
  82. :i1.Hide Controls (Menu Option)
  83. This menu option, when selected, will cause the program's frame controls
  84. (the system menu, the titlebar and the minimize button) to be hidden.
  85. This option can be toggled with a double-click on either mouse button.
  86. Also, since I saw it as very useful to be able to move the window while
  87. the controls were hidden, the window has been set up so that you can
  88. drag it with either mouse button.
  89. :p.
  90. The key combination Alt+H will perform this function also.
  91.  
  92. :h1 res=IDM_CONFIGURE.Configure... (Menu Option)
  93. :i1.Configure... (Menu Option)
  94. This menu option, when selected, will cause the program's Configure dialog
  95. to be displayed.
  96. :p.
  97. The key combination Alt+C will perform this function also.
  98.  
  99. :h1 res=IDD_CONFIGURE.Configure... (Dialog)
  100. :i1.Configure... (Dialog)
  101. This dialog box displays the list of available display items and allows
  102. you to select which ones will be included in the program window.
  103. Also, the program's Hide Controls option and Float-to-Top option can
  104. each be set on or off here.
  105. Finally, the program's window refresh interval can be viewed and
  106. altered here.
  107. :p.
  108. Make the changes you wish, then press the ENTER key or click on the OK
  109. button to cause them to take effect.
  110. :p.
  111. To abort the dialog without saving whatever changes may have been made,
  112. press the ESC key or click on the ESCAPE button with the mouse.
  113.  
  114. :h1 res=IDM_ABOUT.About (Menu Option)
  115. :i1.About (Menu Option)
  116. This menu option, when selected, will cause the program's About dialog
  117. to be displayed.
  118.  
  119. :h1 res=IDD_ABOUT.About (Dialog)
  120. :i1.About (Dialog)
  121. This dialog box displays the program name, icon and copyright information.
  122. To exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key,
  123. or click on the OK button with the mouse.
  124.  
  125. :h1 res=IDM_KEYS_HELP.Keys Help
  126. :i1.Keys Help
  127. The following function keys have been defined for this program:
  128. :sl compact.
  129. :li.F1 - Help
  130. :li.F2 - Save Defaults
  131. :li.F3 - Exit
  132. :li.Alt+H - Hide Controls
  133. :esl.:p.
  134.  
  135. :h1 res=IDD_PROFILE_PATH.Set Profile Path (Dialog)
  136. :i1.Set Profile Path (Dialog)
  137. This dialog is displayed when the program cannot find its profile (INI) file,
  138. and asks you where the file is or where it is to be created.
  139. :p.
  140. Only a valid existing directory name will be accepted.
  141. Once you have entered the name, press the ENTER key or click on the OK
  142. button for the program to continue.
  143. :p.
  144. If you wish to abort the program's initialization sequence, press
  145. the ESC key or click on the escape button.
  146.  
  147. :euserdoc.
  148.  
  149.  
  150.  
  151.  
  152.